html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure, caption,th, form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
a{text-decoration:none}

body{
    font-family: 微软雅黑;
    font-size: 14px;
}

.clear:after{
    clear:both;
    width: 0;
    height: 0;
    content:'.';
    display: block;
    visibility:hidden;
}
.float_left{
    float: left;
}
.float_right{
    float: right;
}

/**征集调查结果**/
.radiu-box {
    border-radius: 8px;
    overflow: auto;
    border: solid 1px #dadbdc;
    margin-top:10px;
}

@media \0screen\,screen\9 {
    .radiu-box {
        border-right: 0;
        border-bottom: 0;
    }
}
.the-table {
    text-align: center;
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
}

    .the-table th,
    .the-table td {
        border-right: 1px solid #dadbdc;
        border-bottom: 1px solid #dadbdc;
        padding: 0 16px;
    }

    .the-table tr {
        height: 34px;
        *height: 33px;
    }

    .the-table thead {
        background: #e4e7eb;
    }

    .the-table th {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        white-space: nowrap;
    }

        .the-table th:last-child {
            border-right: 0;
        }

    .the-table .arrge {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .the-table .arrge i {
            width: 6px;
            height: 11px;
            background-position: -158px 0;
        }

        .the-table .arrge .icon-up {
            background-position: -166px 0;
        }

        .the-table .arrge .icon-down {
            background-position: -174px 0;
        }

    .the-table tbody tr {
        height: 34px;
        *height: 21px;
    }

        .the-table tbody tr:nth-of-type(2n+1) {
            background: #f7fafc;
        }

        .the-table tbody tr:nth-of-type(2n) {
            background: #fff;
        }

    .the-table tr td:last-child {
        border-right: 0;
    }

    .the-table tbody tr td {
        padding: 8px 4px 4px;
        padding: 6px 4px\9;
        line-height: 1.5;
    }

    .the-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .the-table tbody .prog {
        float: left;
        display: inline-block;
        margin-top: 3px;
        margin-top: 6px\9;
        width: 142px;
        height: 12px;
        margin-right: 10px;
        background: url("images/grey.png") no-repeat;
        background-size: cover;
        text-align: left;
    }

        .the-table tbody .prog i {
            float: left;
            display: inline-block;
            height: 12px;
            background: url("images/blue.png") no-repeat;
            background-size: cover;
        }

    .the-table tbody a {
        text-decoration: underline;
    }

        .the-table tbody a:hover {
            color: #0987db;
        }

    .the-table tfoot {
        background: #e4e7eb;
        font-weight: bold;
    }

        .the-table tfoot td {
            border-top: 1px solid #dadbdc;
            border-bottom: 0;
        }

            .the-table tfoot td .tol {
                margin-right: 20px;
            }

div.bar {
    background: url(/v2/images/grey.png) no-repeat scroll 0 0;
    float: left;
    height: 16px;
    margin: 10px 0 0;
    padding: 0 0 0 1px;
    width: 152px;
    text-align: left;
    margin-top: 6px !important;
}
    div.bar .precent {
        overflow: hidden;
    }

    div .bar img {
        border-radius: 12px;
        border: 0px;
        padding: 0px;
    }

    /****访谈预告**/

.ft-banner {
    height: 360px;
    margin: 0 auto;
    background: url("../images//ft-banner.jpg") no-repeat center;
}

.ft-secion {
    width: 1200px;
    padding: 10px 0 20px;
    background-color: #fff;
    min-height: 500px;
    margin: 0 auto;
}

.ft-title {
    font-size: 26px;
    line-height: 61px;
    padding-left: 80px;
    margin: 20px 0 20px;
    height: 61px;
    background: url("../images/ft-title2.png") no-repeat center;
}

.ft-content {
    width: 1050px;
    min-height: 60px;
    background-color: #f6f5f5;
    margin: 0 auto;
    padding: 10px 20px;
}

    .ft-content > p {
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        text-indent: 2rem;
        margin: 10px 0;
    }

.ft-time {
    float: left;
    width: 480px;
    border-right: 1px solid #ff2e0f;
}

.ft-footer {
    margin-top: 20px;
    text-align: center;
    height: 80px;
    background-color: #eeeded;
    line-height: 80px;
}